home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / MacPerl ƒ / Perl Source ƒ / MacPerl / MPConsole.h < prev    next >
Text File  |  1993-09-16  |  445b  |  13 lines

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Standalone Perl
  3. File        :    MPConsole.cp    -    Console interface for GUSI
  4. Author    :    Matthias Neeracher
  5. Started    :    31May93                                Language    :    MPW C/C++
  6. Modified    :    14Aug93    MN    WIOSELECT
  7. Last        :    14Aug93
  8. *********************************************************************/
  9.  
  10. #define WIOSELECT (('w'<<8)|0x00)    /* Put window to front */
  11.  
  12. void CloseConsole(Ptr cookie);
  13.